home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / cardone.arj / CARD_.EXE / LAPTOP.BAT < prev    next >
DOS Batch File  |  1994-03-01  |  2KB  |  89 lines

  1. echo off
  2. cls
  3. break=off
  4. :start
  5. cursa 0
  6. evallap
  7. pickesc 1234567890HMQR
  8. if errorlevel 15 goto start
  9. if errorlevel 14 goto reg
  10. if errorlevel 13 goto dos
  11. if errorlevel 12 goto vmode
  12. if errorlevel 11 goto helpa
  13. if errorlevel 10 goto dots
  14. if errorlevel  9 goto crossh
  15. if errorlevel  8 goto green
  16. if errorlevel  7 goto blue
  17. if errorlevel  6 goto red
  18. if errorlevel  5 goto white
  19. if errorlevel  4 goto cga
  20. if errorlevel  3 goto ega
  21. if errorlevel  2 goto vga
  22. if errorlevel  1 goto demo
  23. goto dos
  24. :demo
  25. vgacolor
  26. if errorlevel 1 press
  27. goto start
  28. :vga
  29. vgacard
  30. if errorlevel 1 press
  31. goto start
  32. :ega
  33. egacard
  34. if errorlevel 1 press
  35. goto start
  36. :cga
  37. cgacard
  38. if errorlevel 1 press
  39. goto start
  40. :white
  41. purityw
  42. press off
  43. goto start
  44. :red
  45. purityr
  46. press off
  47. goto start
  48. :blue
  49. purityb
  50. press off
  51. goto start
  52. :green
  53. purityg
  54. press off
  55. goto start
  56. :crossh
  57. crosshat
  58. if errorlevel 2 modemono
  59. if errorlevel 1 press
  60. goto start
  61. :dots
  62. dots
  63. if errorlevel 2 modemono
  64. if errorlevel 1 press
  65. goto start
  66. :helpa
  67. help!
  68. goto start
  69. :vmode
  70. cursa 1
  71. ersvmode
  72. cursa 0
  73. wiperite
  74. goto start
  75. :reg
  76. lyst register.doc
  77. goto start
  78. :dos
  79. wipeleft
  80. clr 9
  81. cursa 1
  82. break=on
  83. echo         ╒════════════════════════════════════════════════════════════╕
  84. echo         │                                                            │
  85. echo         │    REGISTRATION is only fair.....Look at REGISTER.DOC      │
  86. echo         │                                                            │
  87. echo         ╘════════════════════════════════════════════════════════════╛
  88. :fini
  89.